/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
  font-family: 'Roboto-Regular';
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * Swiper 3.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 27, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.gallery-thumbs .swiper-wrapper {left:-296px;}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 925px;
  position: relative;
  text-align: center;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  /*-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px*/
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #ffffff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
a {
  text-decoration: underline;
  color: #666666;
}
a img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
.dashed {
  text-decoration: none;
}
.dashed.white {font-size: 18px;position: relative;top: 18px;color: rgb(255, 255, 255);text-transform: uppercase;}
.dashed.white > span {}
.dashed.orange {
  color: #e9003a;
}
.dashed.orange > span {
  background: url('data:image/gif;base64,R0lGODlhAgABAIABAP9mAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgxMkZENzlBREQwRTExRTRBMzEyOUZGMjRDNjMwRUIxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgxMkZENzlCREQwRTExRTRBMzEyOUZGMjRDNjMwRUIxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODEyRkQ3OThERDBFMTFFNEEzMTI5RkYyNEM2MzBFQjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODEyRkQ3OTlERDBFMTFFNEEzMTI5RkYyNEM2MzBFQjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAAgABAAACAkQKADs=') 0 100% repeat-x;
}
.dashed:hover > span {
  background: none;
}
.photo-frame {
  display: inline-block;
  position: relative;
}
.photo-frame img {
  display: block;
}
.photo-frame:after {
  position: absolute;
  left: 2px;
  top: 2px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fff;
  content: '';
}
/* ==========================================================================
   Typography
   ========================================================================== */
.h1,
h1 {
  font: 40px/60px "uni_sansheavy_caps";
  padding: 0 0 27px;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 4.0px;
}
.h2,
h2 {
  padding: 5px 0 8px;
  margin: 0;
  color: #000;
  font: 24px 'Roboto';
  text-transform: uppercase;
}
.h3,
h3 {
  font: 300 22px 'dinpro';
  padding: 5px 0 10px;
  margin: 0;
  color: #000;
}
.h4,
h4 {
  padding: 0 0 8px;
  margin: 0;
  color: #000;
}
.h5,
h5 {
  font: 500 22px 'dinpro';
  padding: 5px 0 10px;
  margin: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 400;
}
blockquote {
  margin: 1em 40px;
}
hr {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 2px;
  display: block;
  border: 0 none;
  background: #b2eef5;
  margin: 20px 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 0;
  padding: 10px 0 14px;
  font-size: 16px;
  /* text-transform: uppercase; */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.text-content {
  font: 300 16px/24px 'dinpro';
  color: #666;
}
/* ==========================================================================
   Lists
   ========================================================================== */
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  padding: 0 0 0 40px;
  margin: 0;
}
menu,
ol,
ul {
  padding: 19px 0 14px 20px;
  margin: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

.ulishe{
list-style-type : none;
list-style-position : inside;
list-style-image : url(../images/icons/ok-green2-small.png);
}

/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
::-webkit-input-placeholder {
  text-align: left;
  color: #999;
}
:-moz-placeholder {
  text-align: left;
  color: #999;
}
::-moz-placeholder {
  text-align: left;
  color: #999;
}
:-ms-input-placeholder {
  text-align: left;
  color: #999;
}
input[type="text"],
input[type="password"],
select,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 70px;
  font-size: 18px;
  color: #000;
  padding: 0 0 0 9px;
  border: 1px solid #ccc;
  text-align: left;
  background: #fff;
  text-transform: uppercase;
  font-family: 'Roboto-Regular'!important;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  outline: 0 none !important;
}
input[type="text"].error,
input[type="password"].error,
select.error,
textarea.error {
  border-color: #f00;
}
textarea {
  resize: vertical;
  height: auto;
}
.input + .input {
  margin-top: 28px;
}
.input.with-icon {
  position: relative;
}
.input.with-icon input[type="text"],
.input.with-icon input[type="password"],
.input.with-icon select,
.input.with-icon textarea {
  padding-left: 50px;
  :
}
.input-inline {
  display: inline-block;
  width: 515px;
}
.input-inline + .input-inline {
  margin-left: 27px;
}
.input-icon {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 48px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cdcdcd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #cdcdcd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdcdcd', GradientType=0);
  /* IE6-9 */
  border: 1px solid #ccc;
}
.input-icon:after {
  display: none;
}
input.error + .input-icon,
label.error + .input-icon {
  border-color: #f00;
}
input.error + .input-icon:after,
label.error + .input-icon:after {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 15px;
  height: 15px;
  display: block;
  background: url('../images/warning.png');
  content: '';
}
input.valid + .error + .input-icon {
  border-color: #ccc;
}
input.valid + .error + .input-icon:after {
  display: none;
}
.button-holder {
  padding: 51px 0 20px 0;
}
.text-button {
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 250px;
  height: 50px;
  display: block;
  display: inline-block;
  padding: 0 19px;
  border-radius: 3px;
  white-space: nowrap;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: #0099ff;
}
.text-button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.text-button.orange {
  background: #e9003a;
  color: #fff;
}
.text-button.decoration {
  text-decoration: underline;
}
.button {
  border: 0;
  text-transform: uppercase;
  font-family: 'Roboto-Regular'!important;
  width: 100%;
  height: 58px;
  display: block;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
  background: #cc0066;
  border-radius: 5px;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
   */
  /* Chrome,Safari4+ */
  
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0.1%, #e9003a 50%);
  /* Opera 11.10+ */
  
  /* IE10+ */
  
  /* W3C */
  
  /* IE6-9 */
}
.button:hover {
  box-shadow: 0 0 0 1px #cc0066, 0 0 20px 0 #cc0066;
  text-decoration: none;
}
.button:active {
  top: 1px;
}
.button.green {
  background: #00aeef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0.1%, #1976d5 50%);
  /* FF3.6+ */
  
  /* Chrome,Safari4+ */
  
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0.1%, #1976d5 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0.1%, #1976d5 50%);
  /* IE10+ */
  
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2ffff', endColorstr='#00baba', GradientType=0);
  /* IE6-9 */
}
.button.green:hover {
  box-shadow: 0 0 0 1px #00aeef, 0 0 20px 0 #00aeef;
  text-decoration: none;
}
.button.grey {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 50%, #dddddd 50%, #cecece 97%, #ededed 100%);
  /* FF3.6+ */
  
  /* Chrome,Safari4+ */
  
  /* Chrome10+,Safari5.1+ */
  
  /* Opera 11.10+ */
  
  /* IE10+ */
  
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
  color: #d50855;
  text-shadow: 0 -1px 0 #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  width: 350px;
  font-family: 'Roboto-Regular'!important;
}
.button.grey:hover {
  box-shadow: 0 0 0 1px #fff, 0 0 20px 0 #fff;
  text-decoration: none;
}
.button.green2 {
  background: #1976d5;
}
.button.white {
  box-shadow:  0 0 0 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.button.white.opacity {
  background: rgb(255, 255, 255);
  color: #000;
  font-size: 18px;
}
.button.white.opacity:hover {
  box-shadow:  0 0 0 0 rgba(0, 0, 0, 0.2);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.button.with-border {}
.button.with-border:hover {
}
label.error {
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  font: 300 18px 'dinpro';
  color: #fff;
  margin: 10px 0 0 10px;
  padding: 3px 7px 3px;
  width: auto;
  white-space: nowrap;
  z-index: 100;
  display: none !important;
}
label.error:before {
  position: absolute;
  left: -7px;
  top: 8px;
  width: 0;
  height: 0;
  display: block;
  content: '';
  border-style: solid;
  border-width: 7.5px 7px 7.5px 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  z-index: 100;
}
input.error:hover + label.error,
textarea.error:hover + label.error,
input.error:focus + label.error,
textarea.error:focus + label.error {
  display: inline-block !important;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.pos-static {
  position: static;
}
.pos-fixed {
  position: fixed;
}
.clear {
  clear: both;
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.t-center {
  text-align: center !important;
}
.t-right {
  text-align: right !important;
}
.t-left {
  text-align: left !important;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.rouble,
.rur,
.rub {
  font-family: Ruble !important;
  text-transform: none !important;
}
.selected {
  background: #ffffd8;
}
.selected-green {
  background: #1976d5;
  color: #fff;
}
/* ==========================================================================
   Base vars
   ========================================================================== */
/* ==========================================================================
   Main classes
   ========================================================================== */
::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
html,
body {
  height: 100%;
  color: #666;
}
body {background: #fff;}
.back {
  position: relative;
  min-height: 100%;
  height: 100%;
  background: #fff;
}
.container {
  margin: 0 auto;
}
.page-wrapper {
  position: relative;
  /* bottom: -76px; */
  /* min-height: 100%; */
  max-width: 1240px;
  margin: 0 auto;
}
.page {
  padding-bottom: 10px;
}
.footer {
  height: 70px;
  position: relative;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f2f2f2;
  color: #666;
  padding: 31px 0 0 0;
}
.footer .copyrights {
  float: left;
}
.footer .adlaim {
  float: right;
}
/* ==========================================================================
   Sections
   ========================================================================== */
section {
  background: #ffffff;
}
.box-shadow-inset {
}
.text-header {
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-size: 48px;
}
.text-header.mini {
  font-size: 48px;
  color: #fff;
  text-align: left;
  letter-spacing: 4.8px;
}
.text-header.multylines {
  line-height: 60px;
}
.text-header.mini.multylines {
  line-height: 48px;
  font-size: 47px;
  color: #000;
}
.text-header.black {
  color: #000;
  text-align: -webkit-left;
  font-size: 48px;
}
.text-header.orange {
  color: #e9003a;
}
.text-header.green {
  color: #1976d5;
}
.text-header.green2 {
  color: #1976d5;
}
.text-header.lined {
  overflow: hidden;
}
.text-header.lined > span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.text-header.lined > span:before,
.text-header.lined > span:after {
  width: 100px;
  height: 3px;
  display: block;
  position: absolute;
  left: -100px;
  top: 19px;
  content: '';
}
.text-header.lined > span:after {
  left: auto;
  right: -100px;
}
.text-header.lined.green2 > span:after,
.text-header.lined.green2 > span:before {
  background: #1976d5;
}
.text-header.lined.black > span:after,
.text-header.lined.black > span:before {
  background: #e5e5e5;
}
.text-header .right-link {
  float: right;
  font: 300 18px 'dinpro';
  color: #ffb27f;
  letter-spacing: 0;
  margin: 13px 0 0 0;
}
.text-header .right-link span {
  color: #666;
}
.after-header {
  color: #0e0e0e;
  text-align: -webkit-right;
  margin: 0px 75px 0px 0px;
  font-family: 'Roboto';
  font-size: 24px;
}
.black {
  color: #000;
  text-align: -webkit-left;
}
.red {
  color: #f45656;
}
/* ==========================================================================
   Top menu
   ========================================================================== */
.top-menu {
  height: 59px;
  max-width: 1240px;
  margin: 0 auto;
  color: #000;
  background: #f2f2f2;
  position: relative;
  text-transform: uppercase;
  font-size: 18pt;
}
.top-list-menu {
 /* width: 1060px;*/
  height: 59px;
  display: block;
  white-space: nowrap;
  margin: 0 auto !important;
}
.top-list-menu,
.top-list-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-list-menu li {
  display: block;
  float: left;
      width: 16%;
    text-align: center;
}
.top-list-menu li:first-child {
      /*margin: 0 0 0 50px;*/
}
.top-list-menu li.active > a,
.top-list-menu li.active > a > span {
  color: #e9003a;
}
.top-list-menu li.hasChilds {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  position: relative;
  width: 19%;
}
.top-list-menu li.hasChilds > a {
  padding-left: 20px;
  padding-right: 37px;
  position: relative;
}
.top-list-menu li.hasChilds > a span {
  border: 0 none;
}

.top-list-menu li.hasChilds ul {
  padding: 15px 18px 24px;
  background: #333;
  display: none;
  font: 300 18px 'dinpro';
  width: auto;
}
.top-list-menu li.hasChilds ul li {
  float: none;
  padding: 0;
  margin: 0;
}
.top-list-menu li.hasChilds ul li a {
  padding: 0;
  margin: 0;
  color: #fff;
  background: none !important;
}
.top-list-menu li.hasChilds ul li a span {
  color: #fff;
  /*border-bottom: 1px solid #993319;*/
  background: none;
  height: 22px;
}
.top-list-menu li.hasChilds ul li a:hover {
  background: none;
}
.top-list-menu li.hasChilds ul li a:hover span {
  border: 0 none;
  background: #474747 !important;
}
.top-list-menu li.hasChilds ul li + li {
  margin-top: 13px;
}
.top-list-menu li.hasChilds ul li + li a {
  padding-left: 0;
}
.top-list-menu li.hasChilds:hover ul {
  display: block;
}
.top-list-menu li:hover  {
  color: #000;
}
.top-list-menu .first { width:13% !important;   }
.top-list-menu .last { width:12%;   }
.top-list-menu li:hover a span {
  color: #000;
  border-bottom: 0 none;
  background: none !important;
}
.top-list-menu li:hover a:after {
  display: none;
}
.top-list-menu li + li a {
  padding-left: 20px;
}
.top-list-menu a {
  display: inline-block;
  color: #f30;
  padding: 15px 20px 15px 0;
  text-decoration: none;
}
.top-list-menu a span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: auto;
  height: 25px;
  display: block;
  display: inline-block;
  color: #000;
  /*border-bottom: 1px solid #ffb27f;*/
}
.top-list-menu .submenu-holder {
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 105;
}
.top-list-menu .submenu-holder ul {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 105;
  margin: 0;
  padding: 14px 0 0 0;
}
/* ==========================================================================
   Float top menu
   ========================================================================== */
.float-header .top-menu {
  height: auto;
  font: 300 18px/30px "dinpro";
}
.float-header .top-list-menu {
  height: auto;
}
.float-header .top-list-menu li.hasChilds > a:after {
  position: absolute;
  right: 20px;
  top: 18px;
}
.float-header .top-list-menu li + li a {
  padding-left: 20px;
}
.float-header .top-list-menu li + li {
  margin-left: -1px;
}
.float-header .top-list-menu a {
  padding: 5px 20px 5px 20px;
}
/* ==========================================================================
   Header
   ========================================================================== */
.header {
  padding: 30px 0 27px;
}
.header .company-logo {
  float: left;
}

.header .company-logo a{
  text-decoration: none;
  }
.header .company-about {
  margin: 3px 0 0 0;
  font-size: 18px;
  text-transform: uppercase;
}
.header .company-phone {
  float: right;
  font: 18px  'Roboto';
  text-transform: uppercase;
  color: #999999;
}
.company-logo {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*width: 216px;*/
  /*height: 100px;*/
  display: block;
  position: relative;
  color: #666;
  font: 300 18px/24px 'dinpro';
  /*padding: 50px 0 0 0;*/
}
.company-logo .logo {
  width: 230px;
  height: 210px;
  display: block;
  left: 0;
  top: 0;
  background: url('../../logo2.png') 0 0 no-repeat;
}
.company-logo .name {
  width: 92px;
  height: 30px;
  display: block;
  position: absolute;
  left: 117px;
  top: -4px;
  font: 40px 'uni_sansheavy_caps';
  color: #000;
  letter-spacing: 4px;
}
.company-about {
  text-align:center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  position: relative;
  color: #000;
  padding: 60px 0 0;
}
.company-about:before {
  width: 70px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 19px;
  /* background: #e9003a; */
  content: '';
}
.company-phone {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: auto;
  height: auto;
  display: block;
  color: #666;
  font: 300 18px/24px 'dinpro';
  white-space: nowrap;
  padding: 0;
}
.company-phone .phone {
  font: 30px 'Roboto';
  text-transform: uppercase;
  color: #000;
  padding: 0 0 3px;
}
.company-phone .button-holder {
  margin: 13px 0 0;
  padding: 0;
}
.company-phone .button-holder input[type='text'] {
  height: 30px;
  line-height: 30px;
  font: 300 18px 'dinpro';
  width: 0px;
  padding: 0;
  display: none;
}
.float-header-holder {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.float-header {
  box-shadow:  0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  max-width: 1240px;
  margin: 0 auto;
  display: none;
}
.float-header .bird {
  width: 40px;
  height: 40px;
  display: block;
  background: url('../../logo22.png') no-repeat;
  float: left;
  margin: 0 20px 0 0;
}
.float-header-about {
  color: #000;
  font: 400 18px/39px "dinpro";
  float: left;
}
.float-header-about .phone {
  color: #000;
  font-weight: 500;
}
.float-header-callback {
  color: #666;
  font: 300 18px/24px 'dinpro';
  white-space: nowrap;
  float: right;
}
.float-header-callback .button-holder {
  padding: 5px 0;
}
.float-header-callback .button-holder input[type='text'] {
  height: 30px;
  line-height: 30px;
  font: 300 18px 'dinpro';
  width: 0px;
  padding: 0;
  display: none;
}
/* ==========================================================================
   Advs
   ========================================================================== */
.advs {
  padding: 4px 0 7px 0;
}
.adv-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  padding: 0 0 0 89px;
  px; */
  text-transform: uppercase;
  text-transform: uppercase;
}
.adv-item .image {
  position: absolute;
  left: 6px;
  top: 3px;
}
.adv-item .title {
  color: #000;
  padding: 0 0 7px 0;
}
.advs2-items {
  padding: 5px 0 10px;
}
.advs2-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  color: #000;
  font: 300 16px/24px 'dinpro';
}
.advs2-item .image {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 70px;
  border: 3px solid #e9003a;
  background: #fff;
  margin: 0 0 14px 0;
}
.advs2-item .image.green {
  border-color: #00cccc;
}
.advs2-item .image img {
  display: block;
  margin: -3px 0 0 -3px;
}
.advs2-item .title {
  font: 400 22px 'dinpro';
  color: #000;
}
.advs2-item .bigger {
  color: #666;
  font: 300 18px/26px 'dinpro';
  padding: 7px 0 0 0;
}
/* ==========================================================================
   Garant page
   ========================================================================== */
/* ==========================================================================
   Coast
   ========================================================================== */
.coast {
  width: 100%;
  height: 550px;
  display: block;
  position: relative;
  background: #4e4e4e;
}
.coast img.back {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.coast .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 3;
}
.coast .content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: 20px 0 0;
}
.coast .any-region {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 6;
  font: 300 18px/24px 'dinpro';
  color: #fff;
}
.cont2{
  margin-right: 80px;
  margin-top: 10px;
  width: 770px;
}
.coast .any-region > div {
  margin: 24px 0 0;
  background-color:rgba(0,0,0,0.2);
  font-weight:500;
  
}

.coast .after-header {
  padding: 8px 0 9px;
}
.kons-form {
  width: 400px;
  /*margin-left: 130px;*/
  float:right;
}
/* ==========================================================================
   Video
   ========================================================================== */
.video-box {
  height: auto;
  background: rgb(242, 242, 242);
  padding-bottom: 80px;
}
.video-box .content {
  padding: 50px 0 0;
  position: relative;
}
.video-box .video-about {
  width: 310px;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  font-size: 16pt;
  top: 41px;
  color: #666;
}
.video-box .video-about .text-header {
  text-align: left;
  margin-bottom: 15px;
  font-size: 24pt;
}
.video-box .video-holder {
  width: 500px;
  height: 375px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.video-box .video-label {
  width: 344px;
  height: auto;
  display: block;
  position: absolute;
  right: 0;
  top: 44px;
}
.text-label {
  color: rgb(0, 174, 239);
  font-size: 24pt;
}
.text-label2 {
  font: 400 22px/30px 'dinpro';
  color: #000;
}
/* ==========================================================================
   Steps
   ========================================================================== */
.steps-box {
  height: 370px;
  position: relative;
  background: #f2f2f2;
}
.steps-box .content {
  padding: 45px 0 0 0;
}
.steps-animation-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 42px 0 0;
  height: 156px;
}
.step-animation-item {
  position: relative;
}
.step-animation-item .image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin: 3px auto;
}
.step-animation-item.active .image {
}
.step-animation-item .path {
  width: 190px;
  height: 3px;
  display: block;
  position: absolute;
  left: -111px;
  top: 34px;
  background: #1976d5;
  z-index: 10;
}
.step-animation-item .path .fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #e9003a;
}
.text-item {
  color: #666;
  font-size: 16px;
}
.text-item .title {
  color: #000;
  font-size: 24px;
  padding: 0 0 4px 0;
}
/* ==========================================================================
   Your son
   ========================================================================== */
.line {
  width: 100px;
  height: 3px;
  display: block;
  background: #ccf5f5;
  margin: 0 auto;
}
.line.grey {
  background: #575757;
}
.line.grey2 {
  background: #c8dee5;
}
.line.light-grey {
  background: #e5e5e5;
}
.line.blue {
  background: #b2eef5;
}
.line.orange {
  background: #ffe0cc;
}
.line.orange-dark {
  background: #e9003a;
}
.line.green {
  background: #3ccfaa;
}
.line.green2 {
  background: #3bc7c7;
}
.your-son-box {
  height: auto;
  padding-bottom:40px;
}
.your-son-box .content {
  position: relative;
  padding: 8px 0 0 0;
}
.your-son-box .image {
  width: 340px;
  height: 340px;
  display: block;
  margin: 0 auto;
}
.your-son-box .button-holder {
  width: 340px;
  margin: -30px auto 0;
  padding: 0;
  position: relative;
}
.your-son-box .button-holder .arrow {
  position: absolute;
  left: -340px;
  top: 35px;
}
.your-son-box .son-label {
  width: 406px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 21pt;
}
.your-son-box .son-label .bird {
  position: absolute;
  /*left: -20px;*/
  top: -90px;
}
.your-son-box .son-label .arrow {
  position: absolute;
  right: -8px;
  bottom: -115px;
}
.your-son {
  position: absolute;
  left: 0;
  top: 8px;
  width: 350px;
}
.your-son .h4,
.your-son h4 {
  padding: 0 0 4px 0;
  font-size: 24px;
}
/* ==========================================================================
   Stat
   ========================================================================== */
.bordered-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 3px solid #1976d5;
  padding: 17px 29px 15px;
  font: 300 18px/24px 'dinpro';
  color: #666;
  text-align: center;
}
.bordered-box,
.bordered-box * {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bordered-box .count {
  font: 500 60px/60px 'dinpro';
  color: #1976d5;
}
.bordered-box .title {
  font: 500 18px 'dinpro';
  color: #000;
  padding: 7px 0 6px;
}
.bordered-box .image {
  margin: 10px 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 70px;
}
.bordered-box.orange {
  border-color: #e9003a;
}
.bordered-box.orange .count {
  color: #e9003a;
}
.bordered-box.orange .title {
  color: #e9003a;
}
.bordered-box.orange:hover {
  background: #e9003a;
  color: #fff;
}
.bordered-box.orange:hover .count {
  color: #fff;
}
.bordered-box.orange:hover .title {
  color: #fff;
}
.bordered-box.green2 {
  border-color: #1976d5;
}
.bordered-box.green2 .count {
  color: #e9003a;
}
.bordered-box.green2 .title {
  color: #e9003a;
}
.bordered-box.green2 .image {
  background: #1976d5;
}
.bordered-box.green2:hover {
  background: #1976d5;
  color: #fff;
}
.bordered-box.green2:hover .count {
  color: #fff;
}
.bordered-box.green2:hover .title {
  color: #fff;
}
.bordered-box.green2:hover .image {
  background: #fff;
}
.bordered-box:hover {
  background: #1976d5;
  color: #fff;
}
.bordered-box:hover .count {
  color: #fff;
}
.bordered-box:hover .title {
  color: #fff;
}
/* ==========================================================================
   Advs2
   ========================================================================== */
.advs2-box {
  padding: 52px 0 45px;
}
.adv2-item .image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  margin: 0 auto;
  background: #1976d5;
}
.adv2-item .title {
  font: 500 18px/24px 'dinpro';
  color: #000;
  padding: 14px 0 0;
  text-align: center;
}
/* ==========================================================================
   Conditions
   ========================================================================== */
.conditions-box {
  background: #f2f2f2;
  position: relative;
  height: 900px;
}
.conditions-box .text-header {
  position: absolute;
  left: 40px;
  top: 41px;
  width: 100%;
  z-index: 105;
  color: #fff;
}
.conditions-slider {
  width: 100%;
  height: 600px;
  display: block;
  position: relative;
}
.conditions-slider .darker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 150;
}
.conditions-slider .previews {
  position: absolute;
  left: 0;
  bottom: 67px;
  width: 100%;
  text-align: center;
  z-index: 150;
}
.conditions-slider .previews a {
  display: inline-block;
  margin: 0 13px;
}
.conditions-slider .previews a.active {
  box-shadow: 0 0 0 3px #e9003a;
}
.conditions-slider .comment {
  position: absolute;
  left: 0;
  bottom: 110px;
  width: 100%;
  text-align: center;
  z-index: 150;
  color: #fff;
}
.conditions-advs {
  padding-top: 43px;
}
.conditions-advs .adv-item {
  line-height: 26px;
  font-size: 16px;
}
.conditions-advs .image {
}
.conditions-advs .title {
  padding: 0 0 4px;
  font-size: 24px;
}
/* ==========================================================================
   Therapy
   ========================================================================== */
.therapy-box {
  background: #ffffff url('../images/white-back.jpg') 50% 0 no-repeat;
  padding: 0 0 2px 0;
}
.therapy-box .text-header {
  text-align: left;
}
.therapy-items {
  padding: 36px 0 0;
}
.therapy-item {
  position: relative;
  padding: 0 0 29px 120px;
  min-height: 90px;
  line-height: 26px;
}
.therapy-item .image {
  position: absolute;
  left: 0;
  top: 7px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  overflow: hidden;
}
.therapy-item .title {
  font: 400 22px/30px 'dinpro';
  color: #000;
  padding: 0 0 3px;
}
/* ==========================================================================
   Orange form
   ========================================================================== */
.orange-form-box {
  background: #d50855;
  color: #fff;
  min-height:369px;
}
.form-box-bordered,
.form-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 1150px;
  margin: 0 auto;
  padding: 41px 43px 54px;
  text-align: center;
  position: relative;
  z-index: 5;
}
.form-box-bordered.green2,
.form-box.green2 {
  border-color: #1976d5;
}
.form-box-bordered .h4,
.form-box .h4,
.form-box-bordered h4,
.form-box h4 {
  text-align: left;
  padding: 15px 0 23px;
  font-size: 24px;
  color: #fff;
  text-align: left;
  font-family: 'Roboto-Regular'!important;
}
.form-box-bordered form,
.form-box form {
}
.form-box-bordered .button-holder,
.form-box .button-holder {
  padding: 30px 200px 0;
}
.form-box-bordered {
  background: #fff;
  border: 3px solid #e9003a;
}
.anonym-items {
  padding: 54px 0 9px 500px;
  position: relative;
}
.anonym-items .box-title {
  position: absolute;
  left: 0;
  top: 5px;
}
.anonym-items .box-title .line {
  margin: 0;
}
.anonym-items .box-title .text-header {
  margin: 31px 0 0;
  text-align: left;
  line-height: 48px;
}
.anonym-items .box-title .delivery {
  font: 400 22px/30px 'dinpro';
  color: #000;
  padding: 33px 0 0;
}
.anonym-items .box-title .light {
  font: 300 18px/24px 'dinpro';
  color: #666;
  padding: 4px 0 0 0;
}
.certificats-box {
  /*height: 302px;*/
  padding: 0 0 18px 0;
}
.certificats-box img + img {
  margin-left: 17px;
}
/* ==========================================================================
   Reasons
   ========================================================================== */
.reasons-box {
  height: 890px;
}
.reason-items {
  padding: 10px 0 0 0;
}
.reason-items .cols + .cols {
  margin-top: 46px;
}
.reason-item {
  font: 300 16px/24px 'dinpro';
}
.reason-item .image {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 145px;
  height: 100px;
  text-align: right;
}
.reason-item .image .num {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 40px;
  position: absolute;
  left: -13px;
  top: -14px;
  background: #e9003a;
  color: #fff;
  font: 400 24px/40px 'dinpro';
  text-align: center;
}
.reason-item .image > img {
  margin: -3px 0 0 -3px;
}
.reason-item .title {
  font: 400 22px/30px 'dinpro';
  color: #000;
  padding: 22px 0 6px;
}
.reason-item .text {
  max-height: 300px;
  overflow: hidden;
}
/* ==========================================================================
   We are
   ========================================================================== */
.we-are {
  /*
  .line {
    margin: 0 0 37px 0;
  }
*/
}
.we-are .text-header {
  text-align: left;
}
.we-are-items {
  padding: 34px 0 41px;
}
.we-are-item {
  position: relative;
  padding: 0 0 0 41px;
  font: 300 16px/24px 'dinpro';
}
.we-are-item .image {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: -3px;
}
.we-are-item .title {
  font: 500 18px "dinpro";
  color: #000;
  padding: 0 0 6px 0;
}
.we-are-item + .we-are-item {
  margin-top: 29px;
}
/* ==========================================================================
   Specialist
   ========================================================================== */
.specialists-box {
  background: #f2f2f2;
  height: 760px;
}
.specialists-box .spec-item {
  color: #090909;
}
.specialists-box .spec-item .title {
  color: #060606;
}
.spec-items {
  padding: 6px 0 0 0;
}
.spec-item {
  text-align: center;
  color: #666;
}
.spec-item .image {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
}
.spec-item .image img {
  margin: -1px;
}
.spec-item .title {
  padding: 23px 21px 4px 81px;
  text-align: -webkit-left;
  color: #000;
  font-size: 24px;
  font-family: 'Roboto-Regular'!important;
}
.person-image {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 150px;
  box-shadow:  0 5px 5px 0 rgba(0, 0, 0, 0.2);
  border: 10px solid #fff;
}
.person-image img {
  margin: -10px;
}
/* ==========================================================================
   Guarany
   ========================================================================== */
/*.guaranty-box {}*/
.guaranty-items {
  font: 300 18px/26px "dinpro";
  color: #666;
}
.guaranty-items ul,
.guaranty-items li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guaranty-items li {
  padding: 0 0 16px 40px;
  position: relative;
}
.guaranty-items li:before {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -4px;
  top: -1px;
  background: url('../images/sprite.png') -160px 0 no-repeat;
  content: '';
}
/* ==========================================================================
   Emotion
   ========================================================================== */
.emotion-box {
  background: #f2f2f2;
  height: 240px;
  position: relative;
}
.emotion-box .back {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.emotion-box .content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.emotion-box .button-holder {
  padding: 56px 0 0;
  text-align: center;
}
.emotion-box .button-holder .input-inline {
  width: 38%;
}
.emotion-box .button-holder .input-inline + .input-inline {
  margin-left: 50px;
}
.emotion-box .button {
  letter-spacing: 0;
}
/* ==========================================================================
   Final
   ========================================================================== */
.final-box {}
.final-box .after-header > span {
  position: relative;
}
.final-box .after-header .moscow {
  position: absolute;
  right: -77px;
  top: -39px;
}
.final-box .after-header .selected-green {
  position: relative;
}
.final-box .button-holder {
  margin: 0 auto;
  width: 400px;
}
.lt-ie9 .final-box .input-inline {
  width: 240px;
}
.text-box {
  padding: 41px 0 0;
}
/* ==========================================================================
   Inner pages
   ========================================================================== */
.inner-page {
  padding: 34px 0 0;
  border-top: 1px solid #ededed;
}
.inner-page .sidebar {
  float: left;
  width: 230px;
  padding: 5px 0 0 0;
}
.inner-page .content-col {
  float: right;
  width: 780px;
  font: 300 18px/26px 'dinpro';
}
.sidebar-menu {
  padding: 2px 0 0 !important;
  margin: 0 0 0 -11px !important;
}
.sidebar-menu,
.sidebar-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-menu li + li {
  margin-top: 10px;
}
.sidebar-menu li a {
  display: inline-block;
  /*color: #ffb27f;*/
  padding: 2px 10px 4px;
  border-radius: 4px;
  white-space: nowrap;
}
.sidebar-menu li a span {
  color: #333;
}
.sidebar-menu li.active a {
  background: #e9003a;
  text-decoration: none;
}
.sidebar-menu li.active a span {
  color: #fff;
}
.sidebar .line {
  margin: 0;
  width: 70px;
}
/* ==========================================================================
   About page
   ========================================================================== */
.about-clinic {
  position: relative;
  padding: 0 0 0 240px;
}
.about-clinic .spec-item {
  position: absolute;
  left: 0;
  top: 8px;
  width: 220px;
  text-align: left;
}
.about-clinic .spec-item .image {
  margin: 0;
}
.about-clinic .about-clinic-text {
  border: 2px solid #e5e5e5;
  padding: 16px 20px 5px 28px;
  position: relative;
}
.about-clinic .about-clinic-text:before {
  position: absolute;
  left: -30px;
  top: -2px;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #e5e5e5 transparent;
  content: '';
}
.reasons-slider {
  width: 100%;
  height: 380px;
}
.reasons-slider .image .num {
  position: absolute;
  right: -13px;
  bottom: -13px;
  top: auto;
  left: auto;
}
.pagination-in-header {
  position: absolute;
  right: 0;
  top: -4px;
}
.pagination-in-header .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #e0e0e0;
  margin: 0 5px;
}
.pagination-in-header .swiper-pagination-bullet-active {
  background: #e9003a;
}
.call-us {
  border-top: 2px solid #e5e5e5;
  position: relative;
  height: 104px;
}
.call-us .or {
  position: absolute;
  left: 50%;
  top: 49px;
  width: 60px;
  height: 30px;
  display: block;
  font: 400 22px 'dinpro';
  color: #000;
}
.call-us .phone-holder {
  position: absolute;
  left: 0;
  top: 28px;
  width: 250px;
  padding: 0 0 0 90px;
}
.call-us .phone-holder .phone {
  color: #000;
  font: 600 30px 'dinpro';
  padding: 0 0 2px 0;
}
.call-us .phone-holder .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 70px;
  background: #1976d5;
}
.call-us .button-holder {
  position: absolute;
  right: 0;
  top: 33px;
  width: 280px;
  padding: 0;
}
.motivation {
  position: relative;
  padding: 12px 0 17px 100px;
  font: 400 22px/30px 'dinpro';
  color: #000;
}
.motivation .bird {
  position: absolute;
  left: 0;
  top: 0;
}
hr + .motivation,
.hr + .motivation {
  padding-bottom: 33px;
}
hr + .motivation .bird,
.hr + .motivation .bird {
  top: 18px;
}
hr,
.hr {
  width: 100%;
  height: 2px;
  display: block;
  background: #e5e5e5;
  margin: 20px 0;
}
/* ==========================================================================
   Contacts
   ========================================================================== */
.contact-item {
  position: relative;
  padding: 0 0 0 60px;
}
.contact-item .image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #e9003a;
}
.contact-item .title {
  font: 400 22px/30px 'dinpro';
  color: #000;
  padding: 5px 0 4px;
}
.contact-item .title a {
  color: #ffb27f;
  text-decoration: none;
}
.contact-item .title a span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: auto;
  height: 28px;
  display: block;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #ffb27f;
}
.contact-item .title a:hover > span {
  border-bottom: 0 none;
}
.contact-item .phone {
  color: #000;
  font: 600 30px 'dinpro';
  padding: 0 0 5px;
}
.contact-item + .contact-item {
  margin-top: 24px;
}
.contact-item .map-holder {
  padding: 16px 0 4px;
}
.contact-item .map-holder .office-map {
  width: 550px;
  height: 240px;
  display: block;
  overflow: hidden;
  float: left;
}
.contact-item .map-holder .office-images {
  float: left;
  margin: 0 0 0 30px;
}
.contact-item .map-holder .office-images a {
  width: 120px;
  height: 70px;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
}
.contact-item .map-holder .office-images a:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #e9003a;
}
.contact-item .map-holder .office-images a + a {
  margin-top: 15px;
}
/* ==========================================================================
   Dostavka
   ========================================================================== */
.russia-map {
  min-height: 512px;
  background: rgba(0, 0, 0, 0) url("../images/russia.jpg") no-repeat scroll 50% 48px;
}
.text-image {
  position: relative;
  color: #666;
  font: 300 18px/26px 'dinpro';
  min-height: 70px;
  padding: 8px 0 3px 99px;
}
.text-image .image {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 70px;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #e9003a;
}
.text-image .image img {
  display: block;
  margin: -3px 0 0 -3px;
}
/* ==========================================================================
   Garant page
   ========================================================================== */
.text-header-lined {
  text-align: center;
  font: 400 22px/30px 'dinpro';
  color: #000;
  padding: 2px 0 2px;
  overflow: hidden;
}
.text-header-lined span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
}
.text-header-lined span:after,
.text-header-lined span:before {
  width: 1000px;
  height: 2px;
  display: block;
  position: absolute;
  left: 100%;
  top: 16px;
  content: '';
  background: #e5e5e5;
}
.text-header-lined span:after {
  left: auto;
  right: 100%;
}
/* ==========================================================================
   What have
   ========================================================================== */
.what-have {
  padding: 14px 0 0 0 !important;
}
.what-have,
.what-have li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.what-have li {
  padding: 0 0 7px 20px;
  position: relative;
  color: #000;
  font: 400 22px/30px 'dinpro';
  border-bottom: 1px solid #ededed;
}
.what-have li:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 10px;
  background: #e9003a;
  content: '';
}
.what-have li .comment {
  font: 300 18px/26px 'dinpro';
  color: #999;
}
.what-have li:last-child {
  border: 0 none;
}
.what-have li + li {
  margin-top: 8px;
}
/* ==========================================================================
   News
   ========================================================================== */
.news-item {
  padding: 0 0 39px;
  border-bottom: 2px solid #f2f2f2;
}
.news-item .title {
  padding: 0 0 23px;
}
.news-item .title a {
  font: 400 22px/30px 'dinpro';
  color: #e9003a;
  text-decoration: none;
}
.news-item .title a span {
  /*box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: auto;
  height: 28px;
  display: block;
  display: inline-block;*/
  color: #000;
  border-bottom: 1px solid #e9003a;
}
.news-item .title a:hover > span {
  border-bottom: 0 none;
}
.news-item .title .date {
  font: 300 16px 'dinpro';
  color: #ccc;
}
.news-item .image {
  width: 310px;
  height: 180px;
  display: block;
  overflow: hidden;
  float: left;
}
.news-item .description {
  float: none;
  width: 100%;
  margin: 0;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item .image + .description {
  float: left;
  width: 440px;
  margin: -8px 0 0 30px;
  max-height: 180px;
}
.news-item + .news-item {
  margin-top: 33px;
}
.news-item:last-child {
  border: 0 none;
}
/* ==========================================================================
   Specialists
   ========================================================================== */
.spec2-items {
  padding: 8px 0 0;
}
.spec2-item {
  padding: 0 0 38px 271px;
  border-bottom: 2px solid #f2f2f2;
  color: #666;
  font: 300 16px/24px 'dinpro';
  position: relative;
  min-height: 230px;
}
.spec2-item .title {
  color: #000;
  font: 400 22px/30px 'dinpro';
  padding: 0 0 7px 0;
}
.spec2-item .prof {
  color: #333;
  font: 300 18px/24px 'dinpro';
  padding: 0 0 8px 0;
}
.spec2-item .image {
  position: absolute;
  left: 0;
  top: 7px;
  width: 230px;
  height: 230px;
  display: block;
  overflow: hidden;
}
.spec2-item .description {
  margin: -7px 0 0;
}
.spec2-item + .spec2-item {
  margin-top: 40px;
}
.spec2-item:last-child {
  border: 0 none;
}
.spec2-item .docs {
  padding: 10px 0 0;
}
.spec2-item .docs a {
  width: 150px;
  height: 100px;
  display: block;
  display: inline-block;
  border: 4px solid #ccc;
  padding: 1px;
  background: #fff;
  overflow: hidden;
  /*position: relative;

      &:after,
      &:before {
        ._block(200%, 1px);
        ._absoluteTL(50%, -50%);
        background: #fff;
        content: '';
        z-index: 10;
      }

      &:after {
        ._transform(rotate(@deg));
        content: @deg;
      }

      &:before {
        ._transform(rotate(pi() - @deg));
      }

      img {
        position: relative;
        z-index: 20;
      }*/
}
.spec2-item .docs a + a {
  margin-left: 9px;
}
.text-image-items {
  padding: 9px 0 0 0;
}
.text-image-item {
  position: relative;
  min-height: 150px;
  padding: 0 0 0 176px;
}
.text-image-item .image {
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  top: 7px;
}
.text-image-item .title {
  font: 400 22px/30px 'dinpro';
  color: #000;
  padding: 0 0 6px;
}
.text-image-item + .text-image-item {
  margin-top: 30px;
}
/* ==========================================================================
    Cost
   ========================================================================== */
.compare {
  position: relative;
  font: 300 18px/26px 'dinpro';
  color: #666;
  padding: 0 400px 3px 0;
}
.compare h1,
.compare .h1 {
  padding-top: 10px;
}
.compare .right {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  width: 323px;
  border-left: 1px solid #e5e5e5;
  padding: 0 0 0 28px;
}
.compare .small {
  font: 300 14px/22px 'dinpro';
  padding: 10px 0 0 0;
  white-space: nowrap;
}
.payment-item {
  width: 100%;
  height: 100px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  border: 2px solid #e5e5e5;
  font: 300 18px/26px 'dinpro';
  color: #666;
  padding: 0 0 0 77px;
}
.payment-item .image {
  position: absolute;
  left: 16px;
  top: 27px;
}
.what-includes .reason-item .text {
  font: 300 18px/26px 'dinpro';
  padding: 13px 0 4px;
}
/* ==========================================================================
   Gallery
   ========================================================================== */
.gallery .gallery-top,
.gallery .gallery-top .swiper-slide {
  width: 100%;
  height: 370px;
  display: block;
}
.gallery .gallery-thumbs {
  position: relative;
  height: 106px;
}
.gallery .gallery-thumbs .swiper-container {
  width: 720px;
  height: 70px;
  display: block;
  padding: 18px 0;
}
.gallery .gallery-thumbs .swiper-slide {
  width: 120px;
  height: 70px;
  display: block;
  margin: 4px;
}
.gallery .gallery-thumbs .swiper-slide-active {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #e9003a;
}
.gallery .gallery-thumbs .swiper-button-next,
.gallery .gallery-thumbs .swiper-button-prev {
  width: 11px;
  height: 20px;
  display: block;
  margin-top: -9px;
}
.gallery .gallery-thumbs .swiper-button-next {
  background: url('data:image/gif;base64,R0lGODlhCwAUAIABAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdFOUQ1Q0FDMDgzNTExRTU4MEQzRUNBRUNDOEI2NkQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdFOUQ1Q0FEMDgzNTExRTU4MEQzRUNBRUNDOEI2NkQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0U5RDVDQUEwODM1MTFFNTgwRDNFQ0FFQ0M4QjY2RDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0U5RDVDQUIwODM1MTFFNTgwRDNFQ0FFQ0M4QjY2RDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAACwAUAAACIASCmXaq7J6Ja9IAb6Y7dvdVDWiRo3SKXImuKRLCb1IAADs=');
}
.gallery .gallery-thumbs .swiper-button-prev {
  background: url('data:image/gif;base64,R0lGODlhCwAUAIABAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc4RTU1OTlDMDgzNTExRTVBQTQ1OUNENzAyNzJCNzUxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc4RTU1OTlEMDgzNTExRTVBQTQ1OUNENzAyNzJCNzUxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzhFNTU5OUEwODM1MTFFNUFBNDU5Q0Q3MDI3MkI3NTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzhFNTU5OUIwODM1MTFFNUFBNDU5Q0Q3MDI3MkI3NTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAACwAUAAACHox/AIi6HByMakp4WW4Vd/2BjxWKk7GZZ8qNnquSBQA7');
}
.about-center .image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 70px;
  border: 0 none;
  background: #1976d5;
}
.about-center .image img {
  margin: 0;
}
/* ==========================================================================
   Vertical middle
   ========================================================================== */
.vertical-middle-container {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-middle-container .vertical-middle {
  display: table-cell;
  vertical-align: middle;
}
/* ==========================================================================
   Cols
   ========================================================================== */
.cols > .col {
  float: left;
}
.cols.five > .col {
  width: 17%;
}
.cols.five > .col + .col {
  margin-left: 3.7%;
}
.cols.four > .col {
  width: 22%;
}
.cols.four > .col + .col {
  /*margin-left: 5.6%;*/
  margin-left: 3%;
}
.cols.three {
  /*& > .col {               width: 29.2%;          }
    & > .col + .col {        margin-left: 6.2%;     }*/
}
.cols.three > .col2 {
  width: 64.9%;
}
.cols.three > .col {
  width: 30.7%;
}
.cols.three > .col + .col {
  margin-left: 3.9%;
}
.cols.two > .col {
  width: 47.2%;
}
.cols.two > .col + .col {
  margin-left: 5.6%;
}
.cols:after {
  content: '';
  clear: both;
}
/* ==========================================================================
   Icons
   ========================================================================== */
.icon {
  width: 30px;
  height: 30px;
  display: block;
  display: inline-block;
  vertical-align: middle;
}
.icon.l {
  width: 40px;
  height: 40px;
  display: block;
  display: inline-block;
}
.icon.xl {
  width: 50px;
  height: 50px;
  display: block;
  display: inline-block;
}
.icon.icon-person {
  background: url('../images/sprite.png') -100px 0 no-repeat;
}
.icon.icon-phone {
  background: url('../images/sprite.png') -130px 0 no-repeat;
}
.icon.icon-rub {
  background: url('../images/sprite.png') 0 -100px no-repeat;
}
.icon.icon-card {
  background: url('../images/sprite.png') -40px -100px no-repeat;
}
.icon.icon-sber {
  background: url('../images/sprite.png') -80px -100px no-repeat;
}
.icon.icon-qiwi {
  background: url('../images/sprite.png') -120px -100px no-repeat;
}
.icon.icon-yamoney {
  background: url('../images/sprite.png') -160px -100px no-repeat;
}
.icon.icon-webmoney {
  background: url('../images/sprite.png') 0 -140px no-repeat;
}
.icon.icon-alpha {
  background: url('../images/sprite.png') -40px -140px no-repeat;
}
.icon.icon-creditcard {
  background: url('../images/sprite.png') -80px -140px no-repeat;
}
/* ==========================================================================
   Height blocks
   ========================================================================== */
.height10 {
  height: 10px;
}
.height15 {
  height: 15px;
}
.height20 {
  height: 20px;
}
.height25 {
  height: 25px;
}
.height30 {
  height: 30px;
}
.height35 {
  height: 35px;
}
.height40 {
  height: 40px;
}
.height45 {
  height: 45px;
}
.height50 {
  height: 50px;
}
.height60 {
  height: 60px;
}
.height65 {
  height: 65px;
}
.height90 {
  height: 90px;
}
.height100 {
  height: 100px;
}
.height130 {
  height: 130px;
}
.height300 {
  height: 370px;
}
.height360 {
  height: 360px;
}
/* ==========================================================================
   Mixins
   ========================================================================== */
._clear-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
._box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* ==========================================================================
   CSS Loader
   ========================================================================== */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div {
  background-color: #1976d5;
  width: 6px;
  height: 45px;
  border-radius: 3px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
/* ==========================================================================
   Form parts
   ========================================================================== */
.form-loader {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  /*background: rgba(255, 255, 255, 0.5);*/
  text-align: center;
  padding: 90px 0 0 0;
}
.success,
.errors {
  padding: 40px 0 0 0;
}
.mini-form .success,
.mini-form .errors {
  padding: 0;
  font-weight: 400;
  color: #000;
}
.mini-form .form-loader {
  padding: 0;
  background: rgba(0, 0, 0, 0);
}
.mini-form .line-scale > div {
  width: 4px;
  height: 25px;
  border-radius: 2px;
  margin: 1px;
}
.kons-form .success,
.kons-form .errors {
  padding: 0;
  color: #fff;
  text-align: center;
}
.kons-form .success h4,
.kons-form .errors h4,
.kons-form .success .h4,
.kons-form .errors .h4 {
  color: #fff;
  padding-top: 20px;
}
.kons-form .success a,
.kons-form .errors a {
  color: #fefefe;
}
.kons-form .form-loader {
  background: rgba(0, 0, 0, 0);
}
/* ==========================================================================
   JS
   ========================================================================== */
.js-form {
  position: relative;
}
.js-form .js-loader {
  display: none;
}
.js-form .js-success {
  display: none;
}
.js-form .js-error {
  display: none;
}


/* ==========================================================================
   ADD
   ========================================================================== */

.cit,
{
  font: 21px/30px "dinpro";
  padding: 5px 0 8px;
  margin: 0;
  color: #000;
}


.newsuccess { 
  font-size: 18px;
    font-weight: bold;
    color: #e9003a;
  text-align: center;
  }

.kons-form   .newsuccess { 
  font-size: 18px;
    font-weight: bold;
    color: #e9003a;
  text-align: center;
  padding: 13px 21px;
    border: 2px solid #e9003a;
    border-radius: 9px;
  
  }
.orange-form-box  .newsuccess { 
  font-size: 18px;
    font-weight: bold;
    color: #000;
      text-align: center;
        padding: 13px 21px;
    border: 2px solid #000;
    border-radius: 9px;

  
  }
  
.backcolor{
  background-color: rgba(255, 255, 255, 0.88);
  padding: 20px 0 20px 0;
}

.backsilv{
  background-color:silver;
  color:#fff;
  text-align:center;
  font-weight:600;
}

.tabbord td{
  border: 1px solid silver; /* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ */
  padding: 5px;
}
.tabbord{
  font: 400 18px/26px "dinpro";
}

#err_phone3{
  font-weight:bold;
  margin-top: 10px;
}
#amodal{
  color: #000;
  text-decoration: none;
}

.Window {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0,0,0,0.5);
 z-index: 99999;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 display: none;
 pointer-events: none;
}

.Window:target {
 display: block;
 pointer-events: auto;
}

.Window > div {
 width: 300px;
 position: relative;
 margin: 10% auto;
 padding: 20px;
 border-radius: 3px;
 background: #f2f2f2;
 box-shadow: 5px 5px 10px #000;
}
 
.close {
 background: #e9003a;
 color: #FFFFFF;
 line-height: 25px;
 position: absolute;
 right: -12px;
 text-align: center;
 top: -10px;
 width: 24px;
 text-decoration: none;
 font-weight: bold;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 1px;
 -moz-box-shadow: 1px 1px 3px #000;
 -webkit-box-shadow: 1px 1px 3px #000;
 box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #000; }

img.zoom {
  -moz-user-select: none; user-select: none;
}
img.zoom:hover {
  display: block;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 99%;
  max-height: 99%;
  border: solid rgba(210,210,210,.4);
  border-width: 100vh 100vw;
  cursor: zoom-out;
}
:not(:active) > img.zoom:not(:hover), img.zoom:active {
  pointer-events: none;
}

#err_phone, #err_phone2, #err_phone6, #err_phone7 {
  color:#e9003a;
}
#err_phone4, #err_phone6, #err_phone7{
  font-weight:bold;
}

.textcent{
  text-align:center;
}

.inworld{
  color:#FFF;
  padding:20px;
  font-size: 24pt;
  text-align:center;
  background-color:rgba(255,0,0,0.6);
  text-transform: uppercase;
}
.inworldup{
  margin-top:30px;
  padding:10px;
  font-size: 16pt;
}

.ng2017{
  width:100%;
  /*min-height:200px;*/
  background: url(../../image/2.jpg) no-repeat; 
  background-size:cover;
  text-align:center;
  background-position: center center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 10;
  
}

.ng2017 p{
  padding:50px 20px;
  color:#FFF;
  font-size:3em;
  font-weight: 700;
  line-height: 1;
    background-color: rgba(0,0,0,0.2);
}

.doiposle{
  display: block;
  height: 510px;
  margin: 0 auto;
  width: 740px;
  padding-bottom: 40px;
}

.vidkodirovanie{
  text-align: center;
  width: 100%;
}
.phone2 {
    font: 24px 'Roboto';
    text-transform: uppercase;
    color: #000;
    padding: 20px 0 5px;
}
h1{
   font-family: 'Roboto-Regular'!important;

} 
h2{
   font-family: 'Roboto-Regular'!important;

}
h3{
   font-family: 'Roboto-Regular'!important;

} 
h4{
   font-family: 'Roboto-Regular'!important;

} 
h5{
   font-family: 'Roboto-Regular'!important;

} 
span{
   font-family: 'Roboto-Regular'!important;
} 
p{
   font-family: 'Roboto-Regular'!important;

} 
div{
   font-family: 'Roboto-Regular'!important; */
}
h2.h2-zagolovok {
    font-size: 24px;
    font-family: 'Roboto-Regular'!important;
}

.zagolovok-p {
    font-size: 30pt;
}
.leeft-conntent {
    /* margin-left: 60px; */
}

.cols.four > .col2 {
    width: 25%;
}

.cols > .col2 {
    float: left;
}
section.backgroud-serd {
    background: #f2f2f2;
}

.max-width {
    height: 500;
}
#modal_form {
	width: 300px; 
	height: 300px; /* ÃƒÂÃ‚Â aÃƒÂÃ‚Â·ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â´oÃƒÂÃ‚Â»ÃƒÂÃ‚Â¶ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒâ€˜Ã‚ÂÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬oÃƒÂÃ‚Â²aÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ */
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed; /* Ãƒâ€˜Ã¢â‚¬Â¡Ãƒâ€˜Ã¢â‚¬Å¡oÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â‚¬Â¹ oÃƒÂÃ‚ÂºÃƒÂÃ‚Â½o ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â»o ÃƒÂÃ‚Â² ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â´ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¼oÃƒÂÃ‚Â¹ ÃƒÂÃ‚Â·oÃƒÂÃ‚Â½ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â² ÃƒÂÃ‚Â»Ãƒâ€˜Ã…Â½ÃƒÂÃ‚Â±oÃƒÂÃ‚Â¼ ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Âµ */
	top: 45%; /* oÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â¿aÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¦Ãƒâ€˜Ã†â€™ 45%, oÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡aÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Âµ 5% ÃƒÂÃ‚Â¿oÃƒÂÃ‚Â´ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â‚¬Å¡ */
	left: 50%; /* ÃƒÂÃ‚Â¿oÃƒÂÃ‚Â»oÃƒÂÃ‚Â²ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½a Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬aÃƒÂÃ‚Â½a Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â²a */
	margin-top: -150px;
	margin-left: -150px; /* Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚Â²Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã‚Â ÃƒÂÃ‚Â¼aÃƒÂÃ‚Â³ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬oÃƒÂÃ‚Â²ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ css, oÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â¿aÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ ÃƒÂÃ‚Â²ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â²o ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â²ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¦ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â¿oÃƒÂÃ‚Â»oÃƒÂÃ‚Â²ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½Ãƒâ€˜Ã†â€™ Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã‚ÂoÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â‚¬Â¹ Ãƒâ€˜Ã‚ÂooÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â½o =) */
	display: none; /* ÃƒÂÃ‚Â² oÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â½oÃƒÂÃ‚Â¼ Ãƒâ€˜Ã‚ÂoÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡oÃƒâ€˜Ã‚ÂÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¸ oÃƒÂÃ‚ÂºÃƒÂÃ‚Â½a ÃƒÂÃ‚Â½ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â´oÃƒÂÃ‚Â»ÃƒÂÃ‚Â¶ÃƒÂÃ‚Â½o ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ */
	opacity: 0; /* ÃƒÂÃ‚Â¿oÃƒÂÃ‚Â»ÃƒÂÃ‚Â½oÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™Ãƒâ€˜Ã…Â½ ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬oÃƒÂÃ‚Â·Ãƒâ€˜Ã¢â€šÂ¬aÃƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â½o ÃƒÂÃ‚Â´ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â aÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬oÃƒÂÃ‚Â²aÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â */
	z-index: 5; /* oÃƒÂÃ‚ÂºÃƒÂÃ‚Â½o ÃƒÂÃ‚Â´oÃƒÂÃ‚Â»ÃƒÂÃ‚Â¶ÃƒÂÃ‚Â½o ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ ÃƒÂÃ‚Â½aÃƒÂÃ‚Â¸ÃƒÂÃ‚Â±oÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Âµ ÃƒÂÃ‚Â±oÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»oÃƒÂÃ‚Âµ */
	padding: 20px 10px;
}
/* ÃƒÂÃ…Â¡ÃƒÂÃ‚Â½oÃƒÂÃ‚Â¿ÃƒÂÃ‚Âºa ÃƒÂÃ‚Â·aÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ ÃƒÂÃ‚Â´ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Â¦ ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡o ÃƒÂÃ‚Â² Ãƒâ€˜Ã¢â‚¬Å¡aÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Âµ) */
#modal_form #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* ÃƒÂÃ…Â¸oÃƒÂÃ‚Â´ÃƒÂÃ‚Â»oÃƒÂÃ‚Â¶ÃƒÂÃ‚Âºa */
#overlay {
	z-index:3; /* ÃƒÂÃ‚Â¿oÃƒÂÃ‚Â´ÃƒÂÃ‚Â»oÃƒÂÃ‚Â¶ÃƒÂÃ‚Âºa ÃƒÂÃ‚Â´oÃƒÂÃ‚Â»ÃƒÂÃ‚Â¶ÃƒÂÃ‚Â½a ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚Âµ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»oÃƒÂÃ‚ÂµÃƒÂÃ‚Â² Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡oÃƒÂÃ‚Â² Ãƒâ€˜Ã‚ÂaÃƒÂÃ‚Â¹Ãƒâ€˜Ã¢â‚¬Å¡a, ÃƒÂÃ‚Â½o ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¶ÃƒÂÃ‚Âµ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»oÃƒâ€˜Ã‚Â ÃƒÂÃ‚Â¼oÃƒÂÃ‚Â´aÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½oÃƒÂÃ‚Â³o oÃƒÂÃ‚ÂºÃƒÂÃ‚Â½a */
	position:fixed; /* ÃƒÂÃ‚Â²Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂµÃƒÂÃ‚Â³ÃƒÂÃ‚Â´a ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â²aÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒâ€˜Ã…â€™ Ãƒâ€˜Ã‚ÂaÃƒÂÃ‚Â¹Ãƒâ€˜Ã¢â‚¬Å¡ */
	background-color:#000; /* Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â½aÃƒâ€˜Ã‚Â */
	opacity:0.8; /* ÃƒÂÃ‚Â½o ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚Â½oÃƒÂÃ‚Â³o ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬oÃƒÂÃ‚Â·Ãƒâ€˜Ã¢â€šÂ¬aÃƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â½a */
	-moz-opacity:0.8; /* Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒâ€˜Ã‚Â ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â·Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â´ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Â¦ ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â·ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â² */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* Ãƒâ€˜Ã¢â€šÂ¬aÃƒÂÃ‚Â·ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬oÃƒÂÃ‚Â¼ ÃƒÂÃ‚Â²o ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒâ€˜Ã…â€™ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬aÃƒÂÃ‚Â½ */
	top:0; /* Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¦Ãƒâ€˜Ã†â€™ ÃƒÂÃ‚Â¸ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â²a 0, oÃƒÂÃ‚Â±Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â·aÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Âµ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â²oÃƒÂÃ‚Â¹Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â²a! */
	left:0;
	cursor:pointer;
	display:none; /* ÃƒÂÃ‚Â² oÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â½oÃƒÂÃ‚Â¼ Ãƒâ€˜Ã‚ÂoÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡oÃƒâ€˜Ã‚ÂÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¸ ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Ëœ ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡) */
}
span.dashed.white2 {
    font-size: 18px;
    position: relative;
    top: 17px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

span.dashed.white3 {
    font-size: 18px;
    position: relative;
    top: 18px;
    color: rgb(213, 8, 85);
    text-transform: uppercase;
}

span.dashed.white4 {
    font-size: 18px;
    position: relative;
    top: 17px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}
input.pole-voda.placeholder {
    margin: 10px 0px 30px 0px;
    padding-left: 50px;
    width: 400px;
    height: 60px;
}
span.dashed.white5 {
    font-size: 18px;
    position: relative;
    top: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}
input.button.grey.js-submit {
    margin-top: 30px;
}
.gorod {position: absolute;font-size: 20px;font-family: 'Roboto-Regular'!important;left: -67px;top: 0;z-index: 1000;}

.spector {
    float: left;
    width: 30%;
    margin-bottom: 30px;
}

.specsmy .spector:nth-of-type(3n+1) {
    clear: both;
}

.spec-item .image img {
    height: auto;
}